﻿2026-07-10T00:59:52.8512661Z ##[group]Run actions/checkout@v5
2026-07-10T00:59:52.8513336Z with:
2026-07-10T00:59:52.8513826Z   repository: SaberMage/spt-core
2026-07-10T00:59:52.8517874Z   token: ***
2026-07-10T00:59:52.8518190Z   ssh-strict: true
2026-07-10T00:59:52.8518495Z   ssh-user: git
2026-07-10T00:59:52.8518802Z   persist-credentials: true
2026-07-10T00:59:52.8519163Z   clean: true
2026-07-10T00:59:52.8519477Z   sparse-checkout-cone-mode: true
2026-07-10T00:59:52.8519817Z   fetch-depth: 1
2026-07-10T00:59:52.8520117Z   fetch-tags: false
2026-07-10T00:59:52.8520416Z   show-progress: true
2026-07-10T00:59:52.8520713Z   lfs: false
2026-07-10T00:59:52.8520998Z   submodules: false
2026-07-10T00:59:52.8521297Z   set-safe-directory: true
2026-07-10T00:59:52.8521612Z env:
2026-07-10T00:59:52.8521897Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-10T00:59:52.8522262Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-10T00:59:52.8522809Z ##[endgroup]
2026-07-10T00:59:53.0352662Z Syncing repository: SaberMage/spt-core
2026-07-10T00:59:53.0354469Z ##[group]Getting Git version info
2026-07-10T00:59:53.0355124Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-10T00:59:53.0697503Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-10T00:59:53.0922175Z git version 2.43.0.windows.1
2026-07-10T00:59:53.0948115Z ##[endgroup]
2026-07-10T00:59:53.0956794Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\30c80a23-dd3c-49e2-bf5b-8916e42f00b0\.gitconfig'
2026-07-10T00:59:53.0969901Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\30c80a23-dd3c-49e2-bf5b-8916e42f00b0' before making global git config changes
2026-07-10T00:59:53.0971478Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T00:59:53.0975076Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-10T00:59:53.1224098Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-10T00:59:53.1727740Z https://github.com/SaberMage/spt-core
2026-07-10T00:59:53.1753348Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T00:59:53.1757731Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T00:59:53.1979115Z HEAD
2026-07-10T00:59:53.2261773Z ##[endgroup]
2026-07-10T00:59:53.2265213Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-10T00:59:54.6669882Z ##[group]Cleaning the repository
2026-07-10T00:59:54.6674005Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-10T00:59:56.3055613Z Removing target/
2026-07-10T00:59:56.3092411Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-10T00:59:56.4395983Z HEAD is now at 3eaa7bc Merge 55024567e98df04e7fa82b6058ab9149f500d943 into b0d77197ab07bcb30d8bbf24d5e01f2ce0a0f1fa
2026-07-10T00:59:56.4424431Z ##[endgroup]
2026-07-10T00:59:56.4429353Z ##[group]Disabling automatic garbage collection
2026-07-10T00:59:56.4435224Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-10T00:59:56.6173066Z ##[endgroup]
2026-07-10T00:59:56.6174657Z ##[group]Setting up auth
2026-07-10T00:59:56.6183838Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-10T00:59:56.6654775Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-10T00:59:57.2273107Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T00:59:57.2545928Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-10T00:59:57.7275801Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T00:59:57.7524112Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-10T00:59:58.2044569Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-10T00:59:58.2304945Z ##[endgroup]
2026-07-10T00:59:58.2305398Z ##[group]Fetching the repository
2026-07-10T00:59:58.2311765Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3eaa7bc48bc13f5f08aa45d77cc898b98762e8c1:refs/remotes/pull/74/merge
2026-07-10T00:59:58.9263491Z ##[endgroup]
2026-07-10T00:59:58.9263846Z ##[group]Determining the checkout info
2026-07-10T00:59:58.9264710Z ##[endgroup]
2026-07-10T00:59:58.9270037Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-10T00:59:58.9564458Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-10T00:59:58.9788811Z ##[group]Checking out the ref
2026-07-10T00:59:58.9796134Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/74/merge
2026-07-10T00:59:59.0506775Z HEAD is now at 3eaa7bc Merge 55024567e98df04e7fa82b6058ab9149f500d943 into b0d77197ab07bcb30d8bbf24d5e01f2ce0a0f1fa
2026-07-10T00:59:59.0525414Z ##[endgroup]
2026-07-10T00:59:59.0770745Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-10T00:59:59.0983358Z 3eaa7bc48bc13f5f08aa45d77cc898b98762e8c1
